Skip to main content

actionClicked

Type

message

Summary

Message sent when an action icon in the image list is clicked

Syntax

on actionClicked <pButton>, <pItemNumber>, <pItemProperties>

Description

Use the actionClicked message to perform any operation when any of the action icons in the image list is clicked.

Parameters

NameTypeDescription

pButton

enum

Specifies which mouse button was pressed: One of the following items:

  • the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse.
  • the middle button on systems with a three-button mouse.
  • the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse.

pItemNumber

integer

The number of the item that the long touch.

pItemProperties

array

The properties of the item that the long touch.

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web